home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMUNDO / TFRMUNDO.txt
Text File  |  2005-02-15  |  1KB  |  65 lines

  1. object frmUndo: TfrmUndo
  2.   Left = 333
  3.   Top = 320
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Undo Renames'
  7.   ClientHeight = 95
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 180
  25.     Height = 13
  26.     Caption = 'Undo the last set of rename changes?'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -12
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object btnYes: TButton
  35.     Left = 232
  36.     Top = 16
  37.     Width = 49
  38.     Height = 21
  39.     Caption = 'Yes'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -12
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 0
  47.     OnClick = btnYesClick
  48.   end
  49.   object btnCancel: TButton
  50.     Left = 232
  51.     Top = 48
  52.     Width = 49
  53.     Height = 20
  54.     Caption = 'Cancel'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -12
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 1
  62.     OnClick = btnCancelClick
  63.   end
  64. end
  65.